home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / libsgutils1.postrm < prev    next >
Text File  |  2008-05-03  |  240b  |  14 lines

  1. #!/bin/sh
  2.  
  3. # dh_installdeb will replace this with shell code automatically
  4. # generated by other debhelper scripts.
  5.  
  6. # Automatically added by dh_makeshlibs
  7. if [ "$1" = "remove" ]; then
  8.     ldconfig
  9. fi
  10. # End automatically added section
  11.  
  12.  
  13. exit 0
  14.